Syntax

DC SET WIND Speed MPH, Heading

Parameters

float: Speed MPH

How fast the wind is blowing - translates to speed of the clouds.

float: Heading Degrees

The direction the wind is blowing in, clockwise from North.

Returns

This command does not return a value.

Example Code

rem Main loop
do
    dc set wind 35 180
loop

See also

DarkCLOUDS Commands Menu
Index